@import url('https://fonts.googleapis.com/css2?family=Cormorant+Infant:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&family=Great+Vibes&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: "Cormorant Infant", serif;
    font-size: 20px;
    font-weight: 400;
}

p > a {
    color: #000;
    font-weight: 700;
    text-decoration: none;
    transition: 0.5s;
}

p > a:hover {
    color: #45739e;
}

.fixed {
    width: 100%;
    height: 120px;
}

.bg-gif {
    width: 100%;
    height: 3200px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -10;

    background-image: url();
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
}

.header {
    height: 80px;
    background-color: #45739e;
    margin-bottom: 40px;
    position: fixed;
    width: 100%;
}

.red {
    background-color: red;
}

.green {
    background-color: green;
}

.menu {
    height: 80px;
    line-height: 80px;
    position: relative;
}

.menu-link {
    color: white;
    float: left;
    margin-right: 20px;
    text-decoration: none;
    opacity: 1;
    transition: .3s;
}

.menu-link:hover {
    opacity: 0.5;
}

.logo {
    float: left;
    height: 73px;
    transform: rotate(13deg);
    position: relative;
    top: -7px;
    right: 10px;
}

.container {
    width: 70%;
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 20px;
}

.row {
    display: block;
    margin-bottom: 20px;
}

.row::after {
    content: '';
    display: block;
    clear: both;
}

.red {
    background-color: rgb(104, 4, 4);
}

.green {
    background-color: green;
}

.blue {
    background-color: blue;
}

.w33 {
    float: left;
    width: 33.3333333%;
    padding: 60px;
}


.res-img {
    max-width: 100%;
    height: auto;
    border-radius: 20px;
}

.w25 {
    float: left;
    width: 25%;
    padding: 20px;
}

.w50 {
    float: left;
    width: 50%;
    padding: 20px;
}

.w75 {
    float: left;
    width: 75%;
    padding: 20px;
}

.w100 {
    float: left;
    width: 100%;
    padding: 20px;
}

.page-title {
    font-size: 120px;
    line-height: 100px;
    color:rgb(69, 115, 158);
    font-family: "Great Vibes", serif;
    font-weight: 400;
    font-style: normal;

}

.red-text {
    color: rgb(109, 15, 15) !important;
}

.block-title {
    font-size: 60px;
    line-height: 40px;
    color:rgb(69, 115, 158);
    font-family: "Great Vibes", serif;
    font-weight: 400;
    font-style: normal;  
    margin-top: 40px;
}

.white-text {
    color: rgba(255, 255, 255, 0.596)
}

.card-link {
    display: block;
    color: black;
    text-decoration: none;
    text-align: center;
    box-shadow: 0px 0px 35px -1px rgba(0, 0, 0, 0.16);
    padding: 20px;
    border-radius: 10px;
    transition: 0.5s;
}

.card-link:hover {
    transform: scale(1.1);
}

.card-link-img {
    width: 100%;
    aspect-ratio: 4 / 5;
    object-fit: cover;
    background-position: center;
}

.right-img-float {
    float: right;
    max-width: 300px;
    margin: 20px 0 20px 20px;
    border-radius: 20px;
}

.left-img-float {
    float: left;
    max-width: 300px;
    margin: 20px 20px 20px 0;
    border-radius: 20px;
}

.text {
    font-size: 20px;
    line-height: 120%;
    text-align: justify;
    margin-bottom: 10px;
}

.row-text p {
    margin-bottom: 20px;
}


.left-line {
    position: absolute;
    left: 0;
    top: 80px;
    width: 15%;
    min-height: 100vh;
    background-color: #ccc;
    background-size: contain;
}

.right-line {
    position: absolute;
    right: 0;
    top: 80px;
    width: 15%;
    min-height: 100vh;
    background-color: #ccc;
    background-size: contain;
}

.right-img {
    float: right;
    margin: 20px;
    max-width: 300px;
}

.left-img {
    float: left;
    margin: 20px;
    max-width: 300px;
}

.bg-image {
    position: fixed;
    left: 0;
    top: 0;
    z-index: -1;
    width: 100%;
    height: 100vh;
    background-image: url(../img/bg-image.jpeg);
    background-repeat: norepat;
    background-position: top center;
    background-size: cover;
    opacity: .3;
    
}

.white-bg-color  {
    background-color: white;
    box-shadow: 0px 0px 35px -1px rgba(0, 0, 0, 0.16);

}

.w26 {
    float: right;
    width: 25%;
    padding: 20px;

}

.header-blue {
    background-color: #6b90b2;
    padding-top: 40px;
    padding-bottom: 40px;
    margin-bottom: 40px;
}

/* .left-float-img {
    float: left;
    margin: 20px 20px 20px 0;
    max-width: 300px;
}
.right-float-img {
    float: right;
    margin: 20px 20px 20px 0;
    max-width: 300px;
} */

.index-page-title {
    position: relative;
}

.index-logo {
    position: absolute;
    right: 437px;
    width: 300px;
    height: 300px;
    top: -33px;
    background-image: url(../img/logo2.png);
    background-position: center;
    background-size: contain; 
    background-repeat: no-repeat;
    transition: 0.5s
}

.index-logo:hover {
    transform: rotate(20deg);
}

.mt80:before {
	display: block;
	content: "";
	height: 100px;
	margin: -100px 0 0;
}